/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
*{box-sizing: border-box;}
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color:#026ad4;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto; width:1400px;}
.bg{ width: 100%;min-width: 1400px;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center;padding-top: 70px;margin-bottom: 40px;}
.t p{font-size: 40px;font-weight: bold;color: #222;}
.t d{color: #026ad4;}
.t dd{font-size: 20px;color: #666;line-height: 34px;display: inline-block;margin-top: 5px;}
.t i{display: block;width: 80px;height: 5px;margin: 25px auto 0; position: relative;}
.t i:after,.t i:before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.t i:after{right: 0px;left: inherit;background:#026ad4;animation:allTitleAfter 3s infinite linear;}
.t i:before{background:#026ad4;animation:allTitleBefore 3s infinite linear;}
.t t{width: 30px;height: 5px;background:#f9a80e;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}

/*抬头*/
.top_bg{height: 50px;line-height: 50px;background: #282828;}
.top,.head{width: 90%;margin: 0 auto;}
.top p,.top d{font-size: 14px;color: #fff;opacity: 0.6;}
.top span{font-size: 24px;color: #00fff0;font-weight: bold;font-family: 'Tw Cen MT';}
.head_bg{position: relative;}
.head{height: 124px;}
.logo{margin-top: 22px;}
.name{margin-top: 22px;margin-left: 22px;}
.name d{font-size: 20px;color: #222;line-height: 16px;}


/*导航*/
.nav{ width:auto; height:124px; }
.nav>ul>li{ float: left; display: block;width: 130px;height:124px;}
.nav>ul>li>a{ display: block; color: #333; font-size: 16px; text-align: center;z-index: 3333; line-height:124px;transition: 0.3s ease all;}
.nav ul li:hover:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #fff;}
.nav>ul>li:before{content: '';width: 100%;height: 0px;transition: 0.3s ease all;background: #026ad4;display: block;position: relative;}
.NavCeshi > li.navcurrent:before, .NavCeshi > li:hover:before {height: 100%;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after {content: '';width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 11px solid #fff;display: block;margin: -11px auto 0;}
.nav ul li ul{height: 0;display: none;position: absolute;}
.nav>ul>li.navcurrent>a,.nav>ul>li:hover>a{margin-top: -124px;position: relative;}


/*下拉*/
.erji_nav{ display:none; overflow: hidden; width: 100%; overflow: hidden;  border-top: 2px solid #026ad4;  position: absolute; left: 0;top: 125px; background:rgba(255,255,255,0.9);  padding-top: 55px;  padding-bottom: 70px; z-index: 99999;}
.erji_nav .container{width:90%; min-width:1400px;margin:0 auto; text-align:center;}
.erji_nav a { display:inline-block;text-align:center; margin:0 0.6vw; width:200px; height:200px;}
.erji_nav .container1 a{width:150px; height:150px;}
.erji_nav img{width:100%; transition:all linear 0.2s; -moz-transition:all linear 0.2s; -ms-transition:all linear 0.2s; -webkit-transition:all linear 0.2s;}
.erji_nav span{display:block; font-size:15px; line-height:40px; color:#333;}

@media (max-width: 1850px){
   .nav>ul>li{width:120px;}
}
@media (max-width: 1750px){
   .nav>ul>li{width:115px;}
}
@media (max-width: 1690px){
   .nav>ul>li{width:110px;}
}
@media (max-width: 1650px){
   .nav>ul>li{width:105px;}
}
@media (max-width: 1590px){
   .head{width:95%;}
   .top{width:95%}
}
@media (max-width: 1500px){
   .head{width:100%;}
   .top{width:100%}
}




/*幻灯片*/
.focus {width: 100%;min-width: 1400px;height: 650px;overflow: hidden;position: relative;z-index: 1}
.focus ul {height: 100%;position: absolute;overflow: hidden;}
.focus ul li {float: left; width: 100%; height: 100%;overflow: hidden;position: relative;background: #000;}
.focus ul li div {position: absolute;overflow: hidden;width: 100%; height: 100%;}
.focus .btnBg {position: absolute;width: 100%; height: 20px; left: 0;bottom: 0;background: #000;display: none;}
.focus .btn {position: absolute;width: 952px; height: 23px; margin-left: -480px; left: 50%; bottom: 30px;text-align: center;}
.focus .btn span {font-size: 0;display: inline-block; _display: inline;  _zoom: 1;  width: 14px; height: 14px;  text-align: center;   _font-size: 0; margin-left: 16px; cursor: pointer; background: #fff; border-radius: 50%;}
.focus .btn span.on {background: #026ad4;}
.focus .preNext {width: 45px;height: 100px; position: absolute;top: 260px; background: url(https://memberpic.114my.com.cn/hepai666/uploadfile/image/20200820/20200820134654_7238675.png) no-repeat 0 0; cursor: pointer;}
.focus .pre {left: -50px;}
.focus .next {right:-50px; background-position: right top;}
.focus:hover .pre{left: 80px;}
.focus:hover .next{right:80px;}
.cp_drop .sedNav_r{margin-right:55px;position: relative;}


/*搜索*/
.search_bg{height: 94px;border-bottom: 1px solid #eee;box-sizing: initial;}
.search_nbg{position: absolute;z-index: 999;top: 525px;border-bottom: 1px solid #eee;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search{height: 94px;background: #fff;}
.search_l{line-height: 94px;color: #666;background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201107/20201107113155_618580301.png)no-repeat left center;padding-left: 40px;}
.search_l d{font-size: 15px;}
.search_l a{font-size: 15px;}
.search-bg #infoname{width:250px;background:#f5f5f5; outline:none; color:#ccc; border: none; height:42px; line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;margin: 26px 0;border-radius: 10px 0 0 10px;}
.search-i{margin-top: 26px;}

/*产品*/
.prod_list{text-align: center; background:#026ad4;}
.prod_list a{display:inline-block;width: 200px;text-align: center;padding: 30px 0 10px;cursor: pointer;}
.prod_list a i{display: inline-block;border-radius: 50%;overflow: hidden;transition: 0.3s ease all;}
.prod_list a p{font-size: 18px;color: #fff;line-height: 36px;transition: 0.3s ease all;}
.prod_list a d{font-size: 12px;color: #fff;transition: 0.3s ease all;}
.prod_list a.on{background: #f9a80e;}
.prod_list a.on i{border-radius: 0px;}
.prod_list a.on p,.prod_list a.on d{color: #fff;}
.prod_list a.on:after{content: '';width: 0px;height: 0px;display: block;border-left: 16px solid transparent;border-right: 16px solid transparent;border-top: 24px solid #f9a80e;position: relative;top: 30px;margin: 0 auto;}
.prod_cont .divproduct_new_div_item{width:327px;height:345px;float:left; position: relative;border:1px solid #eee;background:#fff;overflow: hidden;margin-bottom:30px; margin-right:30px;box-sizing: border-box; }
.prod_cont .divproduct_new_div_item:nth-child(4n){margin-right:0;}
.prod_cont .divproduct_new_div_item img{width: 100%;height:240px;position: relative;z-index:9;}
.prod_cont .divproduct_new_div_item_content{position: absolute;}
.prod_cont .divproduct_new_div_item .divproduct_new_div_item_content{top:240px;padding:15px 20px;z-index:9;}
.prod_cont .divproduct_new_div_item .divproduct_new_div_item_a{font-size:16px;color:#222;transition: 0.3s ease all; line-height: 30px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.prod_cont .divproduct_new_div_item .divproduct_new_div_item_body{font-size:14px;color:#999;line-height:22px;transition: 0.3s ease all; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.divproduct_new_div_item:after{content:'';width:100%;height:100%;display:block;background:#eee;position: absolute;bottom:0px;transition: 0.5s ease all;}
.divproduct_new_div_item:hover:after{background:#026ad4;}
.divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#fff !important;}
.divproduct_new_div_item:hover .divproduct_new_div_item_body{color:#fff !important; }
/*应用行业*/
.industry_bg{background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201209/20201209172257_879134475.jpg)no-repeat center;}
.industry_l{width: 700px;height: 580px;background: #fff;text-align: center;}
.industry_r{width: 700px}
.industry_r li{float: left;width: 348px;height: 289px; background: #fff;text-align: center;overflow: hidden; margin:0 0 2px 2px;}
.industry_r li img{width: 100%;transition: 0.3s ease all;position: relative;top:0;}
.industry_l img{width: 100%;transition: 0.3s ease all;position: relative;top:0;}
.industry_l p{font-size: 30px;color: #222;transition: 0.3s ease all;position: relative;top:0;}
.industry_l d{font-size: 16px;color: #666;line-height: 30px;margin-top: 15px;display: block;transition: 0.3s ease all;position: relative;top:0;}
.industry_r p{font-size: 20px;color: #222;margin-bottom: 10px;transition: 0.3s ease all;position: relative;top:0;}
.industry_r d{font-size: 14px;color: #666;transition: 0.3s ease all;position: relative;top:0;}
.industry_r li:hover img{position: relative;top: 80px;}
.industry_r li:hover p{position: relative;top: -180px;}
.industry_r li:hover d{position: relative;top: -180px;}

.industry_l:hover img{position: relative;top: 150px;}
.industry_l:hover p{position: relative;top: -350px;}
.industry_l:hover d{position: relative;top: -350px;}

/*广告*/
.banner_bg{background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201209/20201209172437_76788304.jpg)no-repeat center;height: 304px;}
.banner_l{width: 550px;text-align: center;margin-top: 20px;margin-left: 110px;}
.banner_l p{font-size: 42px;color: #ffff00;font-weight: bold;}
.banner_l p img{position: relative;top: 20px;margin-right: 10px;}
.banner_l d{font-size: 42px;color: #fff;font-weight: bold;}
.banner_l .tel{width: 422px;height: 57px;line-height: 57px;border-radius: 29px;background: #f9a80e;padding-left: 25px;margin: 20px auto 0;}
.banner_l .tel span{font-size: 18px;color: #fff;float: left;}
.banner_l .tel dd{display: inline-block;color: #fff;float: left;font-family: 'Tw Cen MT';font-size: 34px;font-weight: bold;}
.banner_r{margin-top: 42px;}

/*对比*/
.compare_t dd{margin-top: 15px;}
.compare_cont{position: relative;}
.compare_box{width: 670px;height: 520px;background: #ddeff7;padding-top: 30px;}
.compare_box dd{text-align: center;color: #026ad4;font-size: 28px;font-weight: bold;}
.compare_box .compare_wz{width: 500px;height: 80px;margin: 25px auto 0;}
.compare_box .compare_wz .compare_l{width: 170px;height: 80px;background: #026ad4;text-align: center;}
.compare_box .compare_wz .compare_r{background: #f9a80e;width: 330px;height: 80px;padding:8px 20px;}
.compare_box .compare_wz .compare_l p{font-size: 24px;color: #fff;margin-top: 10px;}
.compare_box .compare_wz .compare_l d{font-size: 18px;color: #fff;line-height: 24px;}
.compare_box .compare_wz .compare_r p{font-size: 18px;color: #fff;line-height: 30px;}
.compare_box img{display: block;margin: 0 auto;}
.vs{width: 100%;position: absolute;top: 150px;transition: 1s ease all;}
.vs img{background: #fff;border-radius: 50%;border: 24px solid #fff;display: block;margin: 0 auto;}
.compare_cont:hover .vs{transform: rotateY(360deg);}

/*产品优势*/
.padv_bg{background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201107/20201107163759_1262890537.jpg)no-repeat center;}
.padv_cont li{width: calc(1340px/5);float: left;background: #fff;padding: 60px 0 70px;text-align: center;cursor: pointer;transition: 0.3s ease all;}
.padv_cont li+li{margin-left: 15px;}
.padv_cont li i{width: 132px;height: 132px;background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201209/20201209173022_1835769246.png)no-repeat center #fff;border-radius: 50%;display: block;margin: 0 auto;transition: 0.3s ease all;}
.padv_cont li i img{filter: brightness(0) invert(1);transition: 0.3s ease all;}
.padv_cont li p{font-size: 24px;color: #222;margin-top: 25px;transition: 0.3s ease all;}
.padv_cont li d{font-size: 12px;color: #999;line-height: 20px;transition: 0.3s ease all;}
.padv_cont li span{display:block;width: 34px;height: 1px;background: #ccc;margin: 30px auto;transition: 0.3s ease all;}
.padv_cont li dd{font-size: 15px;color: #222;line-height: 30px;transition: 0.3s ease all;}
.padv_cont li.on{background: #026ad4;box-shadow: 0px 0px 20px rgba(0,0,0,0.1);transform: scale(1.05);}
.padv_cont li.on i{background: #fff;}
.padv_cont li.on i img{filter:none;}
.padv_cont li.on p,.padv_cont li.on d,.padv_cont li.on dd{color: #fff;}
.padv_cont li.on span{background: #fff;}


/*优势*/
.adv_bg{background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201209/20201209172756_1228928662.jpg)no-repeat center;}
.adv_t p,.adv_t dd{color: #fff;}
.adv_cont li+li{margin-left: 42px;}
.adv_cont li{width: calc(1316px/3);float: left;transition: 0.3s ease all;overflow: hidden;}
.adv_cont li .adv_wz{background: #fff;padding: 50px 0;text-align: center;}
.adv_cont li .adv_wz p{font-size: 30px;color: #222;font-weight: bold;}
.adv_cont li .adv_wz d{font-size: 12px;color: #999;line-height: 28px;}
.adv_cont li .adv_wz dd{font-size: 15px;color: #666;line-height: 30px;margin-top: 20px;}
.adv_t i:after, .t i:before{background: #03d1d9;}
.adv_cont li:hover{ box-shadow: 0px 5px 30px rgba(0,0,0,0.3);border-radius: 30px;}

/*合作伙伴*/
.partner_bbg{width:100%; background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201208/20201208200600_783882180.jpg)no-repeat center;height:470px;}
.partner_bbg a{width:100%; height:100%;}
.partner_bbg a,.partner table tr{display:block;}
.partner table td{display:block;margin-right:25px;padding-left:0 !important;float:left;width:260px !important;height:130px;position: relative;overflow: hidden;border:1px solid #eee;}
.partner table td img{width:100%;}
.partner table td div{display:block;position: absolute;bottom:0px;right:-250px;width:150px;height:40px;background:rgba(19,176,193,0.5);transition: 0.3s ease all;border-radius: 20px 0 0 0;padding:0px !important;}
.partner table td div a{display:block;width:100%;height:100%;text-align:center;line-height:40px;color: #fff;}
.partner table td:hover div {right:0px;}
#partner_btn_l{background:url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201107/20201107181708_1360180199.png)no-repeat center;width:39px;height:27px;position: absolute;top: 50px;left:-70px;cursor: pointer;transition: 0.1s ease all;}
#partner_btn_r{background:url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201107/20201107181708_1185299464.png)no-repeat center;width:39px;height:27px;position: absolute;top: 50px;right:-70px;cursor: pointer;transition: 0.1s ease all;}
#partner_cont{position: relative;}
.partner .tempWrap{width:1400px !important;}
#partner_btn_l:hover,#partner_btn_r:hover{filter: drop-shadow(0px 4px 1px rgba(0,0,0,0.3));}
/*公司简介*/
.about_bg{background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201107/20201107172839_933411883.jpg)no-repeat center;height: 760px;padding-top: 77px;}
.about_l{width: 493px;height: 600px;background: #fff;padding: 42px;}
.about_r{width: 880px;height: 600px;background: #fff;padding: 70px;}
.about_r p{font-size: 30px;color: #222;}
.about_r d{font-size: 12px;color: #999;line-height: 40px;}
.about_r span{width: 90px;height: 6px;background: #026ad4;margin: 45px 0;display: block;}
.about_r dd{font-size: 15px;color: #666;line-height: 30px;text-indent: 2em;}
.about_r a{width: 286px;height: 60px;line-height: 60px;background: #026ad4;display: block;text-align: center;color: #fff;font-size: 15px;margin-top: 70px;transition: 0.3s ease all;}
.about_r a:hover{width:350px;}
.about_tit{width: 206px;height: 68px;line-height: 68px;background: #026ad4;color: #fff;font-size: 24px;text-align: center;}
.about_lc{background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201209/20201209190831_1695204436.png)no-repeat left center;height: 92px;padding-left: 30px;}
.about_lc p{font-size: 24px;color: #026ad4;padding-top: 22px;}
.about_lc d{font-size: 14px;color: #333;}
.about_hidden{width: 100%;height: 460px;overflow-x: hidden;}
.about_hidden::-webkit-scrollbar{display: none;}

.image table{border-collapse: collapse;}
.image table td{width:25% !important; padding:0 !important;box-sizing: border-box; border:1px #fff solid;}
.image table td img{width:100% !important; height:auto !important;transition: 0.3s ease all; margin:0 !important;}
.image table td:hover img{transform: scale(1.1);}
.image table td a{display:block; width:100%; height:100%;overflow: hidden; }

/*新闻*/
.news_list{width:602px;margin: 0 auto;}
.news_list li{width: 200px;height: 70px;background: #f5f5f5;float: left;text-align: center;line-height: 70px;cursor: pointer;}
.news_list li+li{margin-left: 1px;}
.news_list li.on{background: #026ad4;}
.news_list li a{display:block; font-size: 18px;color: #333;}
.news_list li.on a{color: #fff;}
.news_box .news_div_item:nth-child(-n+2){width:390px;height: 480px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:390px;height:292px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:0;width:390px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:440px;width:390px;font-size:12px;color: #333;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date:after{content:'Read more  →';font-size:12px;color:#222;margin-left: 15px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:300px;width:390px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after{content:'-';}
.news_div_item_content {margin-top: 20px;}
.news_div_item_a{font-size:18px !important;color:#333;line-height:30px;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px;}
.news_box .news_div_item:nth-child(2){margin-left:30px;}
.news_box .news_div_item{width:530px;height:120px;border-bottom:1px solid #eee;float:left;position: relative;box-sizing: border-box;}
.news_box .news_div_item:nth-child(n+3){margin-left:60px;}
.news_div_item_pic{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:430px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date{position: absolute;right:0px;font-size:12px;top: 70px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day{position: absolute;top:-47px;font-size: 41px;left:-4px;}



/*版权*/
.end1 {width: 1400px;margin: 0 auto;overflow: hidden;position: relative;padding: 10px 0;}
.copyright{ background:#282828;}
.links{ line-height:88px; border-bottom:1px dashed #444;}
.links p{ float:left; font-size:16px; color:#fff;}
.links p:nth-child(1){ padding-left:37px; background:url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201107/20201107200234_1931681816.png) no-repeat left center;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.crcon{ padding:50px 0;}
.crkslj li{ float:left;border-right:1px dashed #444; padding:0 80px; height:250px;}
.crkslj li:nth-child(1){border-left:1px dashed #444;}
.crkslj li p{ font-size:20px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#fff; line-height:30px;}
.crkslj li a:hover{ color:#ff0;}
.codecon dl p{ font-size:18px; color:#fff; margin-bottom:20px; text-align:center;}
.codecon dl img{ display:block; padding:4px; border:1px solid #666;}
.codecon dl { width:150px !important;}
.codetab{ margin:42px 0 0 20px;}
.codetab p{ border-radius:50%; cursor:pointer; background:#026ad4;}
.codetab p+p{ margin-top:14px;}
.codetab p.on{ background:#f9a80e;}
.end{ border-top:1px solid rgba(255,255,255,0.2); line-height:50px;}
.end,.end a{ font-size:15px; color:#fff;}
.end a:hover{ color:#fff;}

/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/021963/uploadfile/image/20201109/20201109100051_1006446716.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #026ad4; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color:#026ad4; border-color:#026ad4; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #026ad4; border-color: #026ad4;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#026ad4; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:250px;}
.y-kefu-box01 .y-email-infos p { color: #026ad4; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }